home *** CD-ROM | disk | FTP | other *** search
/ Spawn Figure Collection / spawn collection cd.iso / movies / goods.dir / 00087_Script_87 < prev    next >
Text File  |  1998-01-14  |  201b  |  12 lines

  1. on Sreset
  2.   repeat with t = 5 to 7
  3.     set the puppet of sprite(t) to FALSE
  4.   end repeat
  5. end
  6.  
  7. on AllReset
  8.   repeat with t = 5 to 28
  9.     set the puppet of sprite(t) to FALSE
  10.   end repeat
  11. end
  12.